home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / mail / mm / mm-0.90 / help / SEND.DIR / print.HLP < prev    next >
Encoding:
Text File  |  1990-12-18  |  1.5 KB  |  36 lines

  1. PRINT  -  print the current message
  2.  
  3. Usage:  PRINT  
  4.  
  5. Please note that PRINT acts on the "current message" in your mail file,
  6.   and not on the outgoing message.  If you are REPLYing, the current
  7.   message is the one you are replying to. 
  8.  
  9. The PRINT command sends the message to a printer, as determined by the 
  10.   MM variable PRINT-FILTER.  By default, it uses /usr/local/bin/print, 
  11.   which asks you what printer you want (and offers a list) unless you have
  12.   a printer defined in your .profile file.  Students can use CUCCA's
  13.   printers in the Int Affairs and Mudd micro labs (etc); see the lab
  14.   consultant for printer names and capabilities.
  15.  
  16. If you are using MS-Kermit and have a printer directly attached to
  17.   your PC, you can use a print command called pcprint.  Type
  18.   "help set print-filter" to see how to customize printing.
  19.  
  20. The prefix LITERAL will force printing of all header fields regardless of
  21.   any settings of SET DONT-PRINT-HEADERS and SET ONLY-PRINT-HEADERS.
  22.   
  23. Example:
  24.     Send>print             #print the current message
  25.  
  26. PRINT is somewhat similar to LIST.  For example, you can print with the
  27.   LIST command by specifying a shell print command.  The following...
  28.       Send>list |"lpr -Piab1" 
  29.   ...uses the lpr command to print the message to the printer "iab1".  
  30.   You can also write your own program accepting standard input, and 
  31.   SET PRINT-FILTER to its name.  
  32.  
  33. For more help, type "help" and one of these topics:
  34.   literal   list   message-handling   set print-filter   
  35.   set dont-print-headers   set only-print-headers  
  36.